home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with n = 2 to 10
- puppetSprite(n, 1)
- set the visible of sprite n to 0
- end repeat
- set the visible of sprite 9 to 1
- puppetSound(1, "fYes.AIF")
- updateStage()
- startTimer()
- repeat while the timer < 12
- end repeat
- set the visible of sprite 9 to 0
- set the visible of sprite 6 to 1
- updateStage()
- startTimer()
- repeat while the timer < 12
- end repeat
- set the visible of sprite 6 to 0
- end
-